home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 January
/
Gamestar_80_2006-01_dvd.iso
/
Programy
/
DSPlayer_v.074_beta_full.exe
/
{app}
/
config
/
Kopie von setuppopupmenu.def
< prev
next >
Wrap
Text File
|
2004-07-06
|
2KB
|
155 lines
//-------------------------------------------------------------
// Do not change this File without having the documentation !!!
//-------------------------------------------------------------
// DSPlayer Popupmenu.def file
// for dynamic Popupmenu creation ;)
// about setuppopupmenu.def
// -------------------------
// filters, language, audiotrems and skins submenus are automaticly created
// by DSPlayer
// The following entries are the names of the MenuItems in the
// popupmenu
// to support functionality of new items,
// the item click handler must be updated in the DSPlayer code
// [popupmenu] is a static placeholder
// this command can't be changed
[popupmenu]
++iconSubmenugroup begin
**icon
**open.bmp
oeffnen
blank1
**icon
**videowindow.bmp
videowindow
blank2
DVDNavigation
blank3
Playback
**icon
**playrate.bmp
playrate
**icon
**AudioStreams.bmp
audiostreams
**icon
**filters.bmp
filters
blank4
skins
window
language
**icon
**preferences.bmp
options
blank5
**icon
**exit.bmp
exit
++iconSubmenugroup end
blank6
**submenu
**oeffnen
openfile
openurl
++iconSubmenugroup begin
**icon
**ratio.bmp
**submenu
**videowindow
ratio
**icon
**zoom.bmp
zoom
mode
++iconSubmenugroup end
++icongroup begin
**submenu
**DVDNavigation
MenuRoot
TitleMenu
blank7
**icon
**next_chapter.bmp
DVDNextChapter
**icon
**previous_chapter.bmp
DVDPreviousChapter
++icongroup end
++icongroup begin
**icon
**play.bmp
**submenu
**Playback
play
**icon
**stop.bmp
stop
**icon
**pause.bmp
pause
**icon
**fastforward.bmp
fastforward
**icon
**fastbackward.bmp
fastbackward
blank8
**icon
**next_chapter.bmp
next
**icon
**previous_chapter.bmp
previous
++icongroup end
**submenu
**playrate
**radioitems
**autocheck
playrate50
playrate75
playrate100
playrate125
playrate150
playrate200
**submenu
**window
**autocheck
playlist
equalizer
credits
**submenu
**ratio
**radioitems
**autocheck
AspectOriginalRatio
VierZuDrei
SechszehnZuNeun
SiebenundvierzigZuZwanzig
FreeAspectRatio
**submenu
**zoom
**radioitems
**autocheck
zoom50
zoom75
nozoom
zoom125
zoom150
zoom175
zoom200
++icongroup begin
**submenu
**mode
**radioitems
**autocheck
WindowMode
FullscreenMode
[end]
// "++******group end" is not supported before [end] tag !!!
// no need to close the group there !!!